type crypto/tls.keyUpdateMsg
7 uses
crypto/tls (current package)
conn.go#L1165: m = new(keyUpdateMsg)
conn.go#L1317: case *keyUpdateMsg:
conn.go#L1328: func (c *Conn) handleKeyUpdate(keyUpdate *keyUpdateMsg) error {
conn.go#L1346: msg := &keyUpdateMsg{}
handshake_messages.go#L1117: type keyUpdateMsg struct {
handshake_messages.go#L1121: func (m *keyUpdateMsg) marshal() ([]byte, error) {
handshake_messages.go#L1135: func (m *keyUpdateMsg) unmarshal(data []byte) bool {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)